AdLocation 
Logical Entity Name  AdLocation 
Default Table Name  AdLocation 
Physical Only  NO 
Definition 
 
Note 
 

AdLocation Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AdLocationId(PK)    char(10)  NO 
 
Descrip    char(10)  NO 
 
Code    char(10)  NO 
 
Active    char(10)  NO 
 
UserID(FK)    int  NO 
 
Phone    char(10)  YES 
 
Addr    char(10)  YES 
 
Fax    char(10)  YES 
 
Zip    char(10)  YES 
 
City    char(10)  YES 
 
SyCountryID(FK)    int  YES 
 
SyCountyID(FK)    int  YES 
 
SyCampusGrpID(FK)    int  NO 
 
StateCode    char(10)  YES 
 
DateAdded    char(10)  NO 
 
DateLstMod    char(10)  NO 
 
ts    char(10)  NO 
 

AdLocation Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_AdLocation  PrimaryKey  AdLocationId 

AdLocation Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyCampusGrp  Non-Identifying  One To Zero or More  FK_AdLocation_SyCampusGrpID_SyCampusGrp_SyCampusGrpID      SyCampusGrpID  NO  YES 
SyCountry  Non-Identifying  Zero or One to Zero or More  FK_AdLocation_SyCountryID_SyCountry_SyCountryID      SyCountryID  NO  YES 
SyCounty  Non-Identifying  Zero or One to Zero or More  FK_AdLocation_SyCountyID_SyCounty_SyCountyID      SyCountyID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AdLocation_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AdBuilding  Non-Identifying  One To Zero or More  FK_AdBuilding_AdLocationId_AdLocation_AdLocationId        NO  YES 

AdLocation Check Constraints 
Check Constraint Name  CheckConstraint